home *** CD-ROM | disk | FTP | other *** search
/ Power CD / Power CD ATARI-Rechner Lieben.iso / UTILITY / KOLUMBUS / SOZOBON.MAK < prev    next >
Encoding:
Text File  |  1992-12-06  |  358 b   |  20 lines

  1. .make
  2. #
  3. # .srcpath=<path>      specifies the  sourcepath
  4. # .binpath=<path>      specifies the  compilerpath
  5. # .tos                 switch to tosenvironment
  6. #
  7. # beispiel einer makedatei für SOZOBON C
  8. #
  9. #.tos
  10. .srcpath=C:
  11. .binpath=C:\SZC\BIN
  12.  
  13. hello.ttp:      hello.o
  14.   -i2 cc.ttp -v hello.o
  15.  
  16. hello.o:        hello.c
  17.   cc.ttp -vc    hello.c
  18.  
  19.  
  20.